CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 图像分割 遗传算法

搜索资源列表

  1. GeneticAlgorithm

    0下载:
  2. 遗传算法以及其图像分割的应用 Genetic Algorithm-Genetic Algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-14
    • 文件大小:3171552
    • 提供者:孙琰
  1. TSnake

    0下载:
  2. Snake的初衷是为了进行图像分割,但它对初始位置过于敏感,且不能处理拓扑结构改变的问题。初始位 置的敏感性可以用遗传算法来克服,因为它是一种全局优化算法,且有良好的数值稳定性。为了更精确地进行图 像分割,本文提出了一种基于遗传算法的双T—Snake模型图像分割方法,它将双T—Snake模型解作为遗传算法的搜 索空间,这既继承了T—Snake模型的拓扑改变能力,又加快了遗传算法的收敛速度。由于它利用遗传算法的全局优 化性能,克服了Snake轮廓局部极小化的缺陷,从而可得到对目标的
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:458981
    • 提供者:ultraqiangda
  1. a

    0下载:
  2. 改良遗传算法在图像多阈值分割中的应用-改良遗传算法在图像多阈值分割中的应用
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:480974
    • 提供者:allen
  1. GA

    0下载:
  2. 使用遗传算法和迭代阈值的方法实现图像分割。-The use of genetic algorithms and iterative threshold method of image segmentation.
  3. 所属分类:Graph program

    • 发布日期:2017-05-10
    • 文件大小:2451462
    • 提供者:
  1. anneal1

    0下载:
  2. 基于遗传算法的图像分割,用c++实现。遗传算通过反复迭代,向着更优解的方向进化,直至满足某种预定的优化指标。-anneal
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:147386
    • 提供者:FY
  1. GASA

    1下载:
  2. 图像分割的优化算法,结合了遗传算法和模拟退火算法,并将优化算法和原始otsu方法进行了比较-Optimization of image segmentation algorithm that combines genetic algorithm and simulated annealing algorithm and optimization algorithm and the original method otsu are compared
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:83192
    • 提供者:xw
  1. ImagePatternRecognition

    0下载:
  2. 本书介绍图像模式识别的各种算法及其编程实现步骤。全书共分为10章,内容包括:模式识别的基本概念,位图的基础知识,分类器设计,模板匹配分类器,基于概率统计的Bayes分类器,几何分类器,神经网络分类器,图像分割与特征提取,聚类分析,模糊聚类分析,遗传算法聚类分析-Image Pattern Recognition
  3. 所属分类:source in ebook

    • 发布日期:2017-05-28
    • 文件大小:10665851
    • 提供者:xingshimei
  1. yichuansuanfa

    0下载:
  2. 遗传算法图像分割,利用遗传算法进行图像分割-Genetic algorithm image segmentation, image segmentation using genetic algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-24
    • 文件大小:611
    • 提供者:mumu
  1. matlabpicture

    0下载:
  2. 用matlab实现算法,基于遗传算法的图像分割问题-Matlab algorithm based on genetic algorithm, the image segmentation problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:354025
    • 提供者:加仑
  1. segment_ga

    0下载:
  2. 遗传算法在图像分割中的应用,有在一维和二维最大熵分割中的基本算法的实现及改进后的实现,自己看看吧。-Genetic algorithm in image segmentation, there is at one and two dimensional maximum entropy partitioning in the realization of the basic algorithms and improved to achieve their own look.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:331017
    • 提供者:sdff
  1. ImageSegament

    0下载:
  2. 基于遗传算法的图像分割,使用遗传算法分割图像。-Image Segmentation Based on Genetic Algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:2985
    • 提供者:神木小雨
  1. threshold-segentation

    0下载:
  2. 图像分割算法,改进的二维最大熵遗传算法研究-Image segmentation algorithm, the improved genetic algorithm for two-dimensional maximum entropy
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:85655
    • 提供者:zhaoyong
  1. yichuansuanfa

    1下载:
  2. 针对雾天下拍摄图像的退化现象,远景部分是一块灰度分布比较集中且接近天空亮度的区域,而近景部分可以分辨,其灰度分布比较分散。提出了一种基于遗传算法阈值分割的雾天图像增强方法;该方法首先用遗传算法求出近远景的分割阈值将图像分割[1]出来,然后对两个部分分别进行清晰化处理。-make the picture clear
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:2754
    • 提供者:洪霞飞
  1. yichuansuanfa-

    0下载:
  2. 图像处理,图像分割的一个程序,基于遗传算法,用于优化网络的程序-Image processing, image segmentation, a procedure based on genetic algorithm to optimize the network program
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:1187
    • 提供者:shuren21
  1. julei

    0下载:
  2. 图像处理,图像分割,基于matlab的遗传算法的一些程序-Image processing, image segmentation, based on some of the genetic algorithm matlab program
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:50390
    • 提供者:shuren21
  1. image_segmentation

    0下载:
  2. 遗传模拟退火图像分割算法,对学习图像分割的童鞋们很有帮助,分割效果也很好~-Genetic simulated annealing algorithm for image segmentation, image segmentation of the study of children' s shoes are very helpful, segmentation is also very good ~
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4134096
    • 提供者:zhaolulu
  1. 遗传算法

    1下载:
  2. 用于实现图像分割,获得最佳的特殊区域,目标区域。
  3. 所属分类:图形/文字识别

  1. matlab

    0下载:
  2. 采用遗传算法进行图像分割程序matlab(Using genetic algorithm for image segmentation program matlab)
  3. 所属分类:其他

  1. e

    0下载:
  2. 图像分割应用领域,有案例实现对图像的分割(Image segmentation in the application field of image segmentation)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-28
    • 文件大小:68608
    • 提供者:xuelai
  1. pr

    0下载:
  2. 用遗传算法和ostu法对灰度图像阈值分割(Threshold segmentation for gray image)
  3. 所属分类:Maple

    • 发布日期:2018-01-10
    • 文件大小:413696
    • 提供者:teemo酱
« 1 2 34 5 6 7 8 9 »
搜珍网 www.dssz.com